This optimizing compiler's target machine is a Single Instruction, Multiple Data ( SIMD) machine. 此优化编译器的目标机器是一具有单指令流多数据流体系结构的计算机。为充分利用目标机器的计算能力,此编译器的源语言对C语言有所扩充。
In this way, we can separate the design and realization of the compiler from the details of the target machine architecture. Finally this paper takes the instruction schedule for an example to demonstrate the process of analyzing the template, and realize the retargetable compiler. 最后以指令调度说明体系结构模板的解析过程,实现编译器的可重定向。